Click or drag to resize

OptionsAllowEvents Property

Gets or sets Allow-Events header field. The Allow-Events header field, includes a list of tokens which indicates the event packages supported by the client. In other words, a client sending an Allow-Events header is advertising that it can process and generate requests for all of the event packages listed in that header.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string AllowEvents { get; set; }

Property Value

Type: String
See Also